Index: main/plugin-odf-sync/stylesheets/rof23/program2content.xsl =================================================================== --- main/plugin-odf-sync/stylesheets/rof23/program2content.xsl (revision 29349) +++ main/plugin-odf-sync/stylesheets/rof23/program2content.xsl (working copy) @@ -113,6 +113,15 @@ </knowledgeCheck> </xsl:template> + <!-- @Override Poursuite d'étude --> + <xsl:template name="program-furtherStudy"> + <furtherStudy type="rich-text"> + <xsl:if test="cdmfr:aip/cdmfr:possibleFollowUp/*"> + <xsl:apply-templates select="cdmfr:aip/cdmfr:possibleFollowUp[*]" mode="infoblock"/> + </xsl:if> + </furtherStudy> + </xsl:template> + <!-- @Override Program structure --> <xsl:template name="program-structure"> <!-- Liste d'UE --> @@ -365,6 +374,7 @@ <furtherStudy type="rich-text"> <xsl:if test="$ME/cdmfr:aip/cdmfr:possibleFollowUp/* or $SP/cdmfr:aip/cdmfr:possibleFollowUp/* or cdmfr:aip/cdmfr:possibleFollowUp/*"> <article version="5" xmlns="http://docbook.org/ns/docbook"> + <para>toto</para> <xsl:apply-templates select="$ME/cdmfr:aip/cdmfr:possibleFollowUp[*]" mode="infoblock-without-article"/> <xsl:apply-templates select="$SP/cdmfr:aip/cdmfr:possibleFollowUp[*]" mode="infoblock-without-article"/> <xsl:apply-templates select="cdmfr:aip/cdmfr:possibleFollowUp[*]" mode="infoblock-without-article"/> Index: main/plugin-odf-sync/stylesheets/rof/program2content.xsl =================================================================== --- main/plugin-odf-sync/stylesheets/rof/program2content.xsl (revision 29349) +++ main/plugin-odf-sync/stylesheets/rof/program2content.xsl (working copy) @@ -112,6 +112,15 @@ </knowledgeCheck> </xsl:template> + <!-- @Override Poursuite d'étude --> + <xsl:template name="program-furtherStudy"> + <furtherStudy type="rich-text"> + <xsl:if test="cdmfr:aip/cdmfr:possibleFollowUp/*"> + <xsl:apply-templates select="cdmfr:aip/cdmfr:possibleFollowUp[*]" mode="infoblock"/> + </xsl:if> + </furtherStudy> + </xsl:template> + <!-- @Override Program structure --> <xsl:template name="program-structure"> <!-- Liste d'UE -->